object QuickReport: TQuickReport Left = 200 Top = 101 Width = 789 Height = 174 HorzScrollBar.Range = 2000 VertScrollBar.Range = 2000 AutoScroll = False Caption = 'QuickReport' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object TitleBand: TQRBand Left = 0 Top = 0 Width = 2000 Height = 37 Align = alTop BandType = rbTitle Color = clWhite ForceNewPage = False Frame.Width = 0 Ruler = qrrInchesHV object QRSysData1: TQRSysData Left = 0 Top = 0 width = 171 height = 37 AlignToBand = False AutoSize = False Data = qrsReportTitle Font.Color = clBlack Font.Height = -32 Font.Name = 'Arial' Font.Style = [fsBold] Transparent = True end end object DetailBand: TQRBand Left = 0 Top = 37 Width = 2000 Height = 24 Align = alTop BandType = rbDetail Color = clWhite ForceNewPage = False Frame.Width = 0 Ruler = qrrCmV end object PageFooterBand: TQRBand Left = 0 Top = 61 Width = 2000 Height = 28 Align = alTop BandType = rbPageFooter Color = clWhite ForceNewPage = False Frame.Width = 0 Ruler = qrrNone object DateTimeLabel: TQRSysData Left = 4 Top = 12 width = 128 height = 16 AlignToBand = True AutoSize = False Data = qrsDateTime Text = 'Printet at ' end object PageNumberLabel: TQRSysData Left = 679 Top = 12 width = 79 height = 16 Alignment = taRightJustify AlignToBand = True AutoSize = False Data = qrsPageNumber Text = 'Page ' end end object Rep: TQuickReport DisplayPrintDialog = False LeftMarginInches = 0 LeftMarginMM = 0 Orientation = poPortrait ReportTitle = 'QuickReport template' RestartData = True SQLCompatible = False Top = 100 end end